% if User.current.allowed_to?(:view_agile_charts, @project, :global => true) %>
<%= l(:label_agile_chart_plural) %>
- <%= link_to l(:label_agile_charts_issues_burndown), {:controller => "agile_charts", :action => "show", :chart => "issues_burndown", :project_id => @project}, :class => "#{'selected' if @chart == 'issues_burndown'}" %>
<% end %>